li {
  list-style: none;
}
a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  outline: none;
}
::-webkit-scrollbar {
  width: 2px;
  /*height: 4px;*/
}
@font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/HYWenHei-55W.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
ol,
ul,
p,
div {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: MyCustomFont;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: MyCustomFont;
}
